home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / libs / flilib / flisrc / makeptr.c < prev    next >
Encoding:
Text File  |  1989-11-10  |  117 b   |  9 lines

  1.  
  2. /* just fool compiler into treating offset/seg as a pointer */
  3.  
  4. void *i86_make_ptr(void *p)
  5. {
  6. return(p);
  7. }
  8.  
  9.